-
Notifications
You must be signed in to change notification settings - Fork 628
Change Enable KleidiAI to default in CMake #12511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Enable KleidiAI to default in CMake #12511
Conversation
(cherry picked from commit 54813d9)
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12511
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 12 PendingAs of commit 50e4b89 with merge base de24489 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Yeah looks like the default is 'ON' now. Also does it mean we need to revert it on main as well ? Moreover looks like there is already an option (cmake arg: -DEXECUTORCH_XNNPACK_ENABLE_KLEIDI) to enable / disable KleidiAI |
@jathu hey yea this is a requirement. We should turn this on by default. If we want good performance to come out of the box rather than have users hand configure the cmake options then we need to make it default. This is also an ask by Arm folks |
i have a forward fix to fix the apple builds. |
Please cherry pick that as well |
yup let's leave this open until my fix lands and its cherry picked. apologies for the complexity |
this is the cherry pic of the fix. they need to be landed together. |
No description provided.